type crypto/cipher.gcmWithRandomNonce
6 uses
crypto/cipher (current package)
gcm.go#L102: return gcmWithRandomNonce{g}, nil
gcm.go#L105: type gcmWithRandomNonce struct {
gcm.go#L109: func (g gcmWithRandomNonce) NonceSize() int {
gcm.go#L113: func (g gcmWithRandomNonce) Overhead() int {
gcm.go#L117: func (g gcmWithRandomNonce) Seal(dst, nonce, plaintext, additionalData []byte) []byte {
gcm.go#L164: func (g gcmWithRandomNonce) Open(dst, nonce, ciphertext, additionalData []byte) ([]byte, error) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |